home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / make.NeXT3.out < prev    next >
Encoding:
Text File  |  1991-11-22  |  12.4 KB  |  221 lines

  1. cd /src/winterp-1.13/
  2. make -k -f Makefile.NeXT
  3. (cd src-client ; make -f Makefile.NeXT "USER_DEFINES=" "OPTIMIZER=-O" all ; cd ..)
  4. cc -O -o wl -bsd  wl.c
  5. wl.c: In function Server_Connect:
  6. wl.c:115: warning: argument passing between incompatible pointer types
  7. (cd src-server ; make -f Makefile.NeXT "USER_DEFINES=" "OPTIMIZER=-O" all ; cd ..)
  8. cc -c -O w_XmString.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  9. cc -c -O w_callbacks.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  10. cc -c -O w_classes.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  11. cc -c -O w_evnthndlr.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  12. cc -c -O w_funtab.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  13. cc -c -O w_libXm.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  14. cc -c -O w_libXt.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  15. cc -c -O w_pixmap.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  16. cc -c -O w_resources.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  17. cc -c -O w_savedobjs.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  18. cc -c -O w_timeouts.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  19. cc -c -O w_txlations.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  20. cc -c -O w_utils.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  21. cc -c -O wc_ArrowB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  22. cc -c -O wc_BulletinB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  23. cc -c -O wc_CascadeB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  24. cc -c -O wc_Command.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  25. cc -c -O wc_DrawingA.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  26. cc -c -O wc_DrawnB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  27. cc -c -O wc_FileSB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  28. cc -c -O wc_Form.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  29. cc -c -O wc_Frame.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  30. cc -c -O wc_Label.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  31. cc -c -O wc_List.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  32. cc -c -O wc_MainW.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  33. cc -c -O wc_MessageB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  34. cc -c -O wc_PanedW.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  35. cc -c -O wc_PushB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  36. cc -c -O wc_RowColumn.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  37. cc -c -O wc_SHELL.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  38. cc -c -O wc_Scale.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  39. cc -c -O wc_ScrollBar.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  40. cc -c -O wc_ScrolledW.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  41. cc -c -O wc_SelectioB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  42. cc -c -O wc_Separator.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  43. cc -c -O wc_Text.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  44. cc -c -O wc_ToggleB.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  45. cc -c -O wc_WIDGET.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  46. cc -c -O winterp.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  47. winterp.c: In function Initialize_AF_UNIX_Server_Socket:
  48. winterp.c:879: warning: argument passing between incompatible pointer types
  49. winterp.c: In function Accept_AF_UNIX_Server_Request:
  50. winterp.c:976: warning: argument passing between incompatible pointer types
  51. (cd xlisp ; make -f Makefile.NeXT "USER_DEFINES=" "OPTIMIZER=-O" libXlisp.a ; cd ..)
  52. cc -c -O unixstuff.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  53. cc -c -O xlbfun.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  54. cc -c -O xlcont.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  55. xlcont.c: In function setffunction:
  56. xlcont.c:353: warning: `setffunction' was declared implicitly `extern' and later `static'
  57. xlcont.c: In function keypresent:
  58. xlcont.c:516: warning: `keypresent' was declared implicitly `extern' and later `static'
  59. xlcont.c: In function dobindings:
  60. xlcont.c:1242: warning: `dobindings' was declared implicitly `extern' and later `static'
  61. xlcont.c: In function doupdates:
  62. xlcont.c:1279: warning: `doupdates' was declared implicitly `extern' and later `static'
  63. xlcont.c: In function tagbody:
  64. xlcont.c:1318: warning: `tagbody' was declared implicitly `extern' and later `static'
  65. xlcont.c: In function toofew:
  66. xlcont.c:1443: warning: `toofew' was declared implicitly `extern' and later `static'
  67. xlcont.c: In function toomany:
  68. xlcont.c:1450: warning: `toomany' was declared implicitly `extern' and later `static'
  69. cc -c -O xldbug.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  70. xldbug.c: In function breakloop:
  71. xldbug.c:144: warning: `breakloop' was declared implicitly `extern' and later `static'
  72. cc -c -O xldmem.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  73. xldmem.c: In function findmem:
  74. xldmem.c:475: warning: `findmem' was declared implicitly `extern' and later `static'
  75. xldmem.c: In function mark:
  76. xldmem.c:548: warning: `mark' was declared implicitly `extern' and later `static'
  77. xldmem.c: In function sweep:
  78. xldmem.c:652: warning: `sweep' was declared implicitly `extern' and later `static'
  79. xldmem.c: In function addseg:
  80. xldmem.c:730: warning: `addseg' was declared implicitly `extern' and later `static'
  81. cc -c -O xleval.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  82. xleval.c: In function evpushargs:
  83. xleval.c:385: warning: `evpushargs' was declared implicitly `extern' and later `static'
  84. xleval.c: In function doenter:
  85. xleval.c:831: warning: `doenter' was declared implicitly `extern' and later `static'
  86. xleval.c: In function doexit:
  87. xleval.c:853: warning: `doexit' was declared implicitly `extern' and later `static'
  88. xleval.c: In function member:
  89. xleval.c:872: warning: `member' was declared implicitly `extern' and later `static'
  90. xleval.c: In function badarglist:
  91. xleval.c:908: warning: `badarglist' was declared implicitly `extern' and later `static'
  92. cc -c -O xlfio.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  93. cc -c -O xlglob.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  94. cc -c -O xlimage.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  95. cc -c -O xlinit.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  96. xlinit.c: In function initwks:
  97. xlinit.c:97: warning: `initwks' was declared implicitly `extern' and later `static'
  98. cc -c -O xlio.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  99. cc -c -O xljump.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  100. xljump.c: In function findandjump:
  101. xljump.c:198: warning: `findandjump' was declared implicitly `extern' and later `static'
  102. cc -c -O xllist.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  103. xllist.c: In function remif:
  104. xllist.c:448: warning: `remif' was declared `extern' and later `static'
  105. xllist.c: In function delif:
  106. xllist.c:809: warning: `delif' was declared `extern' and later `static'
  107. xllist.c: In function sortlist:
  108. xllist.c:888: warning: `sortlist' was declared `extern' and later `static'
  109. xllist.c: In function splitlist:
  110. xllist.c:915: warning: `splitlist' was declared implicitly `extern' and later `static'
  111. xllist.c: In function gluelists:
  112. xllist.c:938: warning: `gluelists' was declared `extern' and later `static'
  113. cc -c -O xlmath.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  114. xlmath.c: In function checkizero:
  115. xlmath.c:220: warning: `checkizero' was declared implicitly `extern' and later `static'
  116. xlmath.c: In function checkfzero:
  117. xlmath.c:228: warning: `checkfzero' was declared implicitly `extern' and later `static'
  118. xlmath.c: In function badiop:
  119. xlmath.c:454: warning: `badiop' was declared implicitly `extern' and later `static'
  120. xlmath.c: In function badfop:
  121. xlmath.c:460: warning: `badfop' was declared implicitly `extern' and later `static'
  122. cc -c -O xlobj.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  123. xlobj.c: In function getivcnt:
  124. xlobj.c:465: warning: `getivcnt' was declared implicitly `extern' and later `static'
  125. xlobj.c: In function listlength:
  126. xlobj.c:475: warning: `listlength' was declared implicitly `extern' and later `static'
  127. cc -c -O xlpp.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  128. xlpp.c: In function pp:
  129. xlpp.c:75: warning: `pp' was declared implicitly `extern' and later `static'
  130. xlpp.c: In function pplist:
  131. xlpp.c:85: warning: `pplist' was declared implicitly `extern' and later `static'
  132. xlpp.c: In function ppexpr:
  133. xlpp.c:123: warning: `ppexpr' was declared implicitly `extern' and later `static'
  134. xlpp.c: In function ppputc:
  135. xlpp.c:131: warning: `ppputc' was declared implicitly `extern' and later `static'
  136. xlpp.c: In function ppterpri:
  137. xlpp.c:139: warning: `ppterpri' was declared implicitly `extern' and later `static'
  138. xlpp.c: In function flatsize:
  139. xlpp.c:147: warning: `flatsize' was declared implicitly `extern' and later `static'
  140. cc -c -O xlprin.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  141. xlprin.c: In function putsymbol:
  142. xlprin.c:215: warning: `putsymbol' was declared implicitly `extern' and later `static'
  143. xlprin.c: In function putstring:
  144. xlprin.c:262: warning: `putstring' was declared implicitly `extern' and later `static'
  145. xlprin.c: In function putqstring:
  146. xlprin.c:274: warning: `putqstring' was declared implicitly `extern' and later `static'
  147. xlprin.c: In function putatm:
  148. xlprin.c:323: warning: `putatm' was declared implicitly `extern' and later `static'
  149. xlprin.c: In function putsubr:
  150. xlprin.c:332: warning: `putsubr' was declared implicitly `extern' and later `static'
  151. xlprin.c: In function putclosure:
  152. xlprin.c:342: warning: `putclosure' was declared implicitly `extern' and later `static'
  153. xlprin.c: In function putfixnum:
  154. xlprin.c:369: warning: `putfixnum' was declared implicitly `extern' and later `static'
  155. xlprin.c: In function putflonum:
  156. xlprin.c:381: warning: `putflonum' was declared implicitly `extern' and later `static'
  157. xlprin.c: In function putchcode:
  158. xlprin.c:393: warning: `putchcode' was declared implicitly `extern' and later `static'
  159. xlprin.c: In function putoct:
  160. xlprin.c:415: warning: `putoct' was declared implicitly `extern' and later `static'
  161. cc -c -O xlread.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  162. xlread.c: In function pcomment:
  163. xlread.c:441: warning: `pcomment' was declared implicitly `extern' and later `static'
  164. xlread.c: In function pname:
  165. xlread.c:630: warning: `pname' was declared implicitly `extern' and later `static'
  166. xlread.c: In function storech:
  167. xlread.c:735: warning: `storech' was declared implicitly `extern' and later `static'
  168. xlread.c: In function nextch:
  169. xlread.c:755: warning: `nextch' was declared implicitly `extern' and later `static'
  170. xlread.c: In function checkeof:
  171. xlread.c:768: warning: `checkeof' was declared implicitly `extern' and later `static'
  172. xlread.c: In function badeof:
  173. xlread.c:779: warning: `badeof' was declared implicitly `extern' and later `static'
  174. xlread.c: In function upcase:
  175. xlread.c:865: warning: `upcase' was declared implicitly `extern' and later `static'
  176. cc -c -O xlstr.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  177. xlstr.c: In function getbounds:
  178. xlstr.c:225: warning: `getbounds' was declared implicitly `extern' and later `static'
  179. xlstr.c: In function inbag:
  180. xlstr.c:258: warning: `inbag' was declared implicitly `extern' and later `static'
  181. cc -c -O xlstruct.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  182. xlstruct.c: In function addslot:
  183. xlstruct.c:391: warning: `addslot' was declared implicitly `extern' and later `static'
  184. xlstruct.c: In function updateslot:
  185. xlstruct.c:455: warning: `updateslot' was declared implicitly `extern' and later `static'
  186. cc -c -O xlsubr.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  187. cc -c -O xlsym.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  188. cc -c -O xlsys.c -I. -I/usr/include -bsd -DWINTERP -D_NO_PROTO 
  189. Loading libXlisp.a ...
  190. ar cruv libXlisp.a unixstuff.o  xlbfun.o  xlcont.o  xldbug.o  xldmem.o  xleval.o  xlfio.o  xlglob.o  xlimage.o  xlinit.o  xlio.o  xljump.o  xllist.o  xlmath.o  xlobj.o  xlpp.o  xlprin.o  xlread.o  xlstr.o  xlstruct.o  xlsubr.o  xlsym.o  xlsys.o
  191. a - unixstuff.o
  192. a - xlbfun.o
  193. a - xlcont.o
  194. a - xldbug.o
  195. a - xldmem.o
  196. a - xleval.o
  197. a - xlfio.o
  198. a - xlglob.o
  199. a - xlimage.o
  200. a - xlinit.o
  201. a - xlio.o
  202. a - xljump.o
  203. a - xllist.o
  204. a - xlmath.o
  205. a - xlobj.o
  206. a - xlpp.o
  207. a - xlprin.o
  208. a - xlread.o
  209. a - xlstr.o
  210. a - xlstruct.o
  211. a - xlsubr.o
  212. a - xlsym.o
  213. a - xlsys.o
  214. ranlib libXlisp.a
  215. libXlisp.a done
  216. Linking winterp ...
  217. cc  utils.o  w_XmString.o  w_callbacks.o  w_classes.o  w_evnthndlr.o  w_funtab.o  w_libXm.o  w_libXt.o  w_pixmap.o  w_resources.o  w_savedobjs.o  w_timeouts.o  w_txlations.o  w_utils.o  wc_ArrowB.o  wc_BulletinB.o  wc_CascadeB.o  wc_Command.o  wc_DrawingA.o  wc_DrawnB.o  wc_FileSB.o  wc_Form.o  wc_Frame.o  wc_Label.o  wc_List.o  wc_MainW.o  wc_MessageB.o  wc_PanedW.o  wc_PushB.o  wc_RowColumn.o  wc_SHELL.o  wc_Scale.o  wc_ScrollBar.o  wc_ScrolledW.o  wc_SelectioB.o  wc_Separator.o  wc_Text.o  wc_ToggleB.o  wc_WIDGET.o  winterp.o xlisp/libXlisp.a -lXm -lXt -lX11 -lm -o winterp
  218. done
  219.  
  220. Compilation finished at Thu Nov 21 22:51:16
  221.